projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10dbf03
)
Fexpt): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Nov 1995 04:29:21 +0000
(
04:29
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Nov 1995 04:29:21 +0000
(
04:29
+0000)
src/floatfns.c
patch
|
blob
|
history
diff --git
a/src/floatfns.c
b/src/floatfns.c
index 63a66519a68840ad54c05da14fdf8115fadfae20..4a9e969a8a2cea14ce936971b04fa0ee22282c31 100644
(file)
--- a/
src/floatfns.c
+++ b/
src/floatfns.c
@@
-429,7
+429,7
@@
DEFUN ("exp", Fexp, Sexp, 1, 1, 0,
}
DEFUN ("expt", Fexpt, Sexpt, 2, 2, 0,
- "Return the exponential
X ** Y
.")
+ "Return the exponential
ARG1 ** ARG2
.")
(arg1, arg2)
register Lisp_Object arg1, arg2;
{